/* 手机底部电话营销开始 */

*{
	padding: 0;margin: 0;
}

/* 手机端自适应开始 */

@media screen and (max-width:991px) {
	
	#shoujidibumokuai{
		width: 100%;height: 4.125rem;background: #df0e0e;position: fixed;z-index:10000 ;left: 0%;bottom: 3px;border-radius: 20px;display: block !important;
	}
	#dianhuazixun{float: left;text-align: center;width: 50%;height: 3.125rem;
		
	}
	#zaixianyuyue{float: right;text-align: center;width: 50%;height: 3.125rem;
		
	}
	#liuyanbiaodan{
		
		width: 17.5rem;
		height: 17.875rem;
		background: burlywood;
		display: none;
		position: fixed;
		/* top: 3.125rem; */
		
	}
	.shoujitubiao{
		WIDTH: 3.125rem;
    HEIGHT: 2.5rem;
    FLOAT: left;
	margin-top: 5px;
	}
	.shoujitubiao img{
		WIDTH: 3.125rem;
		HEIGHT: 2.5rem;
		margin-left: 3rem;
		margin-top: 3px;
	}
	.yuyuetubiao{
		WIDTH: 3.125rem;
		HEIGHT: 2.5rem;
    FLOAT: left;
	margin-top: 5px;
	}
	.yuyuetubiao img{
		WIDTH: 3.125rem;
		HEIGHT: 2.5rem;
		margin-left: 3rem;
		margin-top: 3px;
	}
	.tijiaobiaodanxinxi{
		
	}
	.zitishezhi{
		color: white;top: 0.8125rem;position: relative;font-size: 18px;
	}
	#zaixianyuyue:hover #liuyanbiaodan{
		display: block;
		/* bottom: 8.125rem; */
		position: fixed;
    left: 10%;
    bottom: 40%;
    width: 80%;
	}
	.zitishezhi:hover #liuyanbiaodan{
		display: block;
	}
	
}

